home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Interapplication Communication / MenuScripter 4.0 / Sources / PLStrs.h < prev   
Encoding:
C/C++ Source or Header  |  1996-07-09  |  153 b   |  7 lines  |  [TEXT/SPM ]

  1. #pragma once
  2.  
  3. #include <Types.h>
  4.  
  5. pascal StringPtr     PLstrcpy(StringPtr str1, StringPtr str2);
  6. pascal StringPtr    PLstrcat(StringPtr str1, StringPtr str2);
  7.